scrolledwindow: Don't check drag threshold when already scrolling
authorAlexander Mikhaylenko <alexm@gnome.org>
Wed, 7 Jul 2021 14:39:06 +0000 (19:39 +0500)
committerAlexander Mikhaylenko <alexm@gnome.org>
Wed, 7 Jul 2021 14:39:06 +0000 (19:39 +0500)
commitfe633d9ef9b4c0d2f043bf2eb4c0edcdd0f9bfd3
tree2139369f74317f77fa1e5c06451c659ac2c3cfb9
parent5ef2b9fd547c42329487cd3cdbdb96e4b1a0a421
scrolledwindow: Don't check drag threshold when already scrolling

Checkout the drag threshold only makes sense when starting a scroll, after
that it just adds jumps when trying to scroll back and forth.
gtk/gtkscrolledwindow.c